testing.common.parent (field)
47 uses
testing (current package)
benchmark.go#L823: parent: &b.common,
fuzz.go#L309: parent: &f.common,
fuzz.go#L320: t.parent.w = captureOut
fuzz.go#L345: t.chatty.Updatef(t.parent.name, "=== NAME %s\n", t.parent.name)
fuzz.go#L415: if *isFuzzWorker || f.parent == nil {
fuzz.go#L523: parent: &root,
fuzz.go#L540: f.chatty.Updatef(f.parent.name, "=== NAME %s\n", f.parent.name)
fuzz.go#L609: parent: &root,
fuzz.go#L626: f.chatty.Updatef(f.parent.name, "=== NAME %s\n", f.parent.name)
fuzz.go#L689: for root := &f.common; root.parent != nil; root = root.parent {
testing.go#L656: parent *common
testing.go#L773: parent := c.parent
testing.go#L808: p := c.parent
testing.go#L943: if c.parent != nil {
testing.go#L944: c.parent.setRan()
testing.go#L953: if c.parent != nil {
testing.go#L954: c.parent.Fail()
testing.go#L1052: for parent := c.parent; parent != nil; parent = parent.parent {
testing.go#L1265: c = c.parent
testing.go#L1582: if c.parent == nil {
testing.go#L1585: c.lastRaceErrors.Store(c.parent.checkRaces())
testing.go#L1621: parent := c.parent
testing.go#L1633: parent = parent.parent
testing.go#L1673: if t.parent.barrier == nil {
testing.go#L1688: t.parent.sub = append(t.parent.sub, t)
testing.go#L1708: <-t.parent.barrier // Wait for the parent test to complete.
testing.go#L1734: for c := &t.common; c != nil; c = c.parent {
testing.go#L1805: for p := t.parent; p != nil; p = p.parent {
testing.go#L1859: for root := &t.common; !root.isSynctest && root.parent != nil; root = root.parent {
testing.go#L1867: if r := root.parent.runCleanup(recoverAndReturnPanic); r != nil {
testing.go#L1868: fmt.Fprintf(root.parent.w, "cleanup panicked with %v", r)
testing.go#L1914: for root := &t.common; root.parent != nil; root = root.parent {
testing.go#L1922: if t.parent != nil && !t.hasSub.Load() {
testing.go#L1975: parent: &t.common,
testing.go#L2012: t.chatty.Updatef(t.parent.name, "=== NAME %s\n", t.parent.name)
testing.go#L2035: parent: &t.common,
testing.go#L2384: if t.parent == nil {